VerticalAlignment Enumeration

Represents the vertical position of a character. By default characters are aligned according to their baseline.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum VerticalAlignment

Members

Bottom0 To the bottom of the line.
Top1 To the top of the line.
Middle2 To the center of the line.
Auto3 Automatically, which sets the vertical alignment to suit the text rotation. Text that is rotated 0 or 90 degrees is aligned to the baseline, while text that is rotated 270 degrees is aligned to the center of the line.
Baseline4 To the baseline of the line.
None5 None.

See Also